func runtime.isSystemGoroutine

9 uses

	runtime (current package)
		heapdump.go#L359: 	dumpbool(isSystemGoroutine(gp, false))
		mprof.go#L1522: 	if isSystemGoroutine(gp1, false) {
		mprof.go#L1585: 		if isSystemGoroutine(gp1, false) {
		proc.go#L4509: 	if isSystemGoroutine(gp, false) {
		proc.go#L5358: 	if isSystemGoroutine(newg, false) {
		proc.go#L6408: 		if isSystemGoroutine(gp, false) {
		proc.go#L7190: 		return isSystemGoroutine(gp, true)
		traceback.go#L1322: 		if isSystemGoroutine(gp, false) && level < 2 {
		traceback.go#L1408: func isSystemGoroutine(gp *g, fixed bool) bool {